home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Directory Access.app / Contents / Resources / Italian.lproj / DirectoryAccessHelp / sty / custom_style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-09-04  |  1.7 KB  |  102 lines

  1.  /* IP CSS Custom Style 1.1 */
  2.  /* <html><head><meta name="robots" content="noindex"></head></html> */
  3. body {
  4.     background-color: white;
  5.     margin-right: 18px;
  6.     margin-left: 18px
  7.     }
  8.  
  9. p          { 
  10.     color: black; 
  11.     font-weight: normal; 
  12.     font-size: 9pt; 
  13.     line-height: 12pt; 
  14.     font-family: "Lucida Grande", Helvetica, Arial; 
  15.     text-decoration: none }
  16. h1              {
  17.     color: black;
  18.     font-size: 12pt;
  19.     font-family: "Lucida Grande", Helvetica, Arial;
  20.     margin-top: 53px;
  21.     padding-bottom: 4px
  22.     }
  23.  
  24.  
  25. h2       {
  26.     color: black;
  27.     font-size: 9pt;
  28.     font-family: "Lucida Grande", Helvetica, Arial;
  29.     margin-bottom: -6px
  30.     }
  31. h4  {
  32.     font-weight: 200;
  33.     font-size: 9pt;
  34.     line-height: 12pt;
  35.     font-family: "Lucida Grande", Helvetica, Arial;
  36.     margin-bottom: -8px
  37.     }
  38.  
  39. a      { 
  40.     color: blue; 
  41.     font-size: 9pt; 
  42.     line-height: 11pt; 
  43.     font-family: "Lucida Grande", Helvetica, Arial;
  44.     text-decoration: none }
  45. ol {
  46.     list-style-type: decimal;
  47.     list-style-position: inside;
  48.     padding-left: 24px
  49.     }
  50.  
  51. ul    {
  52.     list-style-type: square;
  53.     list-style-position: inside;
  54.     padding-left: 24px
  55.     }
  56. ul p   {
  57.     margin-top: 6px;
  58.     margin-bottom: 6px
  59.     }
  60.  
  61. li     {
  62.     font-size: 9pt;
  63.     line-height: 11pt;
  64.     font-family: "Lucida Grande", Helvetica, Arial;
  65.     list-style-position: outside;
  66.     margin-top: 6px;
  67.     margin-left: -8px
  68.     }
  69.  
  70. a:hover { 
  71.     text-decoration: underline }
  72. .alpha {
  73.     list-style-type: upper-alpha
  74.     }
  75.  
  76. .xhead { 
  77.     background-color: #d3d3d3; 
  78.     border: solid 1px gray }
  79.  
  80. .rule { 
  81.     border-bottom: 1px solid gray }
  82. .orange   {
  83.     color: #ff4500
  84.     }
  85. .icon {
  86.     margin-top: 10px
  87.     }
  88.  
  89. #caticon {
  90.     background-color: #fff;
  91.     float: left;
  92.     padding-top: 30px;
  93.     padding-bottom: -8px
  94.     }
  95. #pagetitle {
  96.     background-color: #fff;
  97.     margin-left: 44px;
  98.     padding-top: 34px;
  99.     padding-bottom: -8px;
  100.     width: 88%
  101.     }
  102.